home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 27 / CDROM27.iso / share / dos / dbp / docsboot.img / OS∕2 fixup utility (OS∕2) < prev    next >
Encoding:
Text File  |  1998-07-03  |  1.1 KB  |  25 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo DocsBoot+ version 0.42:19980703 - Fixup for OS/2 installer batch job
  5. echo Copyright (C)1994-1998 Zac Schroff, all rights reserved.
  6. echo.
  7. echo The OS2FIXUP batch jobs (and the accompanying FDISK.EXE program) have been
  8. echo removed from the DocsBoot+ package.  This is because of some information
  9. echo that came to light in later 1997, and the fact that I did not wish to keep
  10. echo rebuilding it for new versions of OS/2, and the absurd amount of temporary
  11. echo space the OS2FIXUP batch needed (only about 40MB with Borg, but over 100MB for
  12. echo Warp, and over 400MB for Merlin!).
  13. echo.
  14. echo To change the default installation drive for the OS/2 installation program,
  15. echo add lines similar to the ones below to the CONFIG.SYS on a copy of the OS/2
  16. echo installation discs, replacing the @ symbol with the letter of the drive on
  17. echo which you wish to install OS/2.
  18. echo.
  19. echo    SET INSTALLDRIVE=@:
  20. echo    SWAPPATH=@:\ 1024 1024
  21. echo.
  22. echo (If you already have either of these lines, edit them to read as above and do
  23. echo not add another copy of them.)
  24. echo.
  25.